type go/types.object (struct)

Method Implmentations

Exported() bool *object.M : Object.Exported
Id() string *object.M : Object.Id
Name() string *object.M : Object.Name
Parent() *Scope *object.M : Object.Parent
Pkg() *Package *object.M : Object.Pkg
Pos() token.Pos *object.M : Object.Pos *object.M : positioner.Pos
String() string *object.M : Object.String *object.M : expvar.Var.String *object.M : fmt.Stringer.String *object.M : context.stringer.String *object.M : github.com/aws/smithy-go/middleware.stringer.String *object.M : runtime.stringer.String
Type() Type *object.M : Object.Type
color() color *object.m : Object.color
order() uint32 *object.m : Object.order
sameId(pkg *Package, name string) bool *object.m : Object.sameId
setColor(color color) *object.m : Object.setColor
setOrder(order uint32) *object.m : Object.setOrder
setParent(parent *Scope) *object.m : Object.setParent
setType(typ Type) *object.m : Object.setType